tsNetIsSyncBlocked
Type
function
Summary
Returns whether another synchronous call can be made immediately.
Syntax
tsNetIsSyncBlocked()
Description
Returns whether another synchronous call can be made immediately.
Examples
if tsNetIsSyncBlocked() then
answer "A synchronous network call is already in progress"
end if
Value
Name | Type | Description |
---|---|---|
return | The tsNetIsSyncBlocked command returns true if no more synchronous network calls can be made at the current time or false otherwise. |
Related
library: tsNet
Compatibility and Support
Introduced
LiveCode 8.1
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile